home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / FIFA Manager 10 / FIFAManager10_Demo.exe / fmdata / Configuration File - TicketStyler.cfg < prev    next >
Encoding:
Text File  |  2009-10-07  |  1.5 KB  |  48 lines

  1. // Ticket styler configuration file
  2. //
  3. // Author : Christoph Brzozowski
  4. // Created: 03.06.2009
  5.  
  6. // Style list
  7. BEGIN(STYLES)
  8.     // Style format is: Competition id ( hex ), Ticket background image file, Ticket competition logo file, Ticket text color ( hex )
  9.     // The competition id format is as follows
  10.     //
  11.     // 0x  00      00      00 00     
  12.     //    CTRY    TYPE      NUM
  13.     //
  14.     // Where
  15.     //
  16.     // CTRY = Country id
  17.     // TYPE = Competition type 
  18.     // 
  19.     // NUM  = Consecutive competition index 
  20.     //
  21.     // Use 0x00000000 as competition id for default style
  22.     
  23.     
  24.     //Default
  25.     STYLE_1 = 0x00000000, "art_fm\lib\Ticket\00000000.tga", "LOGO", 0xff1a1a1a
  26.  
  27.     //Germany Local Cup Competition
  28.     STYLE_2 = 0x1503    , "art_fm\lib\Ticket\15030000.tga", "TROPHY", 0xff1a1a1a
  29.  
  30.     //Champions Cup
  31.     STYLE_3 = 0xF909    , "art_fm\lib\Ticket\F9090000.tga", "TROPHY", 0xffffffff
  32.  
  33.     //European League
  34.     STYLE_4 = 0xF90A    , "art_fm\lib\Ticket\F90A0000.tga", "TROPHY", 0xff1a1a1a
  35.  
  36.     //World Cup Qualification
  37.     STYLE_5 = 0xFF0F    , "art_fm\lib\Ticket\FF110000.tga", "TROPHY", 0xff1a1a1a
  38.  
  39.     //World Cup
  40.     STYLE_6 = 0xFF11    , "art_fm\lib\Ticket\FF110000.tga", "TROPHY", 0xff1a1a1a
  41.  
  42.     //European Cup Qualification
  43.     STYLE_7 = 0xFF10    , "art_fm\lib\Ticket\FF120000.tga", "TROPHY", 0xff1a1a1a
  44.  
  45.     //European Cup
  46.     STYLE_8 = 0xFF12    , "art_fm\lib\Ticket\FF120000.tga", "TROPHY", 0xff1a1a1a
  47. END
  48.